Skrypt


function onUse(cid, item, frompos, item2, topos)
player1pos = {x=topos.x, y=topos.y, z=topos.z, stackpos=253}
player1 = getThingfromPos(player1pos)
if player1.itemid > 0 then
rand = math.random(9)
if rand == 1 then
doPlayerSay(player1.uid,"exori",1)
elseif rand == 2 then
doPlayerSay(player1.uid,"exori mort",1)
elseif rand == 3 then
doPlayerSay(player1.uid,"exevo gran mas vis",1)
elseif rand == 4 then

doPlayerSay(player1.uid,"exevo gran mas pox",1)
elseif rand == 5 then
doPlayerSay(player1.uid,"exori mort hur",1)
elseif rand == 6 then
doPlayerSay(player1.uid,"exori flam",1)
elseif rand == 7 then
doPlayerSay(player1.uid,"exori flam hur",1)
elseif rand == 8 then
doPlayerSay(player1.uid,"I am N00B!",1)
elseif rand == 9 then
doPlayerSay(player1.uid,"Kill me or hunted by 190 Elite Knight!!!",1)
end
end
end